testing.common.parent (field)
43 uses
testing (current package)
benchmark.go#L809: parent: &b.common,
fuzz.go#L309: parent: &f.common,
fuzz.go#L320: t.parent.w = captureOut
fuzz.go#L344: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
fuzz.go#L414: if *isFuzzWorker || f.parent == nil {
fuzz.go#L522: parent: &root,
fuzz.go#L538: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L607: parent: &root,
fuzz.go#L623: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L686: for root := &f.common; root.parent != nil; root = root.parent {
testing.go#L648: parent *common
testing.go#L768: parent := c.parent
testing.go#L841: p := c.parent
testing.go#L971: if c.parent != nil {
testing.go#L972: c.parent.setRan()
testing.go#L981: if c.parent != nil {
testing.go#L982: c.parent.Fail()
testing.go#L1056: for parent := c.parent; parent != nil; parent = parent.parent {
testing.go#L1455: if c.parent == nil {
testing.go#L1458: c.lastRaceErrors.Store(c.parent.checkRaces())
testing.go#L1494: parent := c.parent
testing.go#L1506: parent = parent.parent
testing.go#L1544: if t.parent.barrier == nil {
testing.go#L1557: t.parent.sub = append(t.parent.sub, t)
testing.go#L1577: <-t.parent.barrier // Wait for the parent test to complete.
testing.go#L1602: for c := &t.common; c != nil; c = c.parent {
testing.go#L1673: for p := t.parent; p != nil; p = p.parent {
testing.go#L1723: for root := &t.common; root.parent != nil; root = root.parent {
testing.go#L1729: if r := root.parent.runCleanup(recoverAndReturnPanic); r != nil {
testing.go#L1730: fmt.Fprintf(root.parent.w, "cleanup panicked with %v", r)
testing.go#L1780: if t.parent != nil && !t.hasSub.Load() {
testing.go#L1830: parent: &t.common,
testing.go#L1866: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
testing.go#L2189: if t.parent == nil {